type github.com/klauspost/compress/zstd.byteReader

12 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L547: 		br := byteReader{b: in, off: 0}
		bytereader.go#L11: type byteReader struct {
		bytereader.go#L17: func (b *byteReader) advance(n uint) {
		bytereader.go#L22: func (b *byteReader) overread() bool {
		bytereader.go#L27: func (b byteReader) Int32() int32 {
		bytereader.go#L38: func (b *byteReader) Uint8() uint8 {
		bytereader.go#L44: func (b byteReader) Uint32() uint32 {
		bytereader.go#L64: func (b byteReader) Uint32NC() uint32 {
		bytereader.go#L75: func (b byteReader) unread() []byte {
		bytereader.go#L80: func (b byteReader) remain() int {
		dict.go#L97: 	br := byteReader{
		fse_decoder.go#L52: func (s *fseDecoder) readNCount(b *byteReader, maxSymbol uint16) error {